Learn R Programming

MuMIn (version 1.7.0)

Information criteria: Various information criteria

Description

Calculate Mallows' Cp and Bozdogan's ICOMP and CAIFC information criteria.

Usage

Cp(object, dispersion = NULL)
ICOMP(object, ..., REML = NULL)
CAICF(object, ..., REML = NULL)

Arguments

Value

  • If just one object is provided, the functions return a numeric value with the corresponding IC; otherwise a data.frame with rows corresponding to the objects is returned.

encoding

utf-8

Details

Mallows' Cp statistic is the residual deviance plus twice the estimate of $\sigma^{2}$ times the residual degrees of freedom. It is closely related to AIC (and a multiple of it if the dispersion is known).

ICOMP (I for informational and COMP for complexity) penalizes the covariance complexity of the model, rather than the number of parameters directly. CAICF (C is for consistent and F denotes the use of the Fisher information matrix) includes with penalty the natural logarithm of the determinant of the estimated Fisher information matrix.

References

Mallows, C. L. (1973) Some comments on Cp. Technometrics 15: 661–675.

Bozdogan, H. and Haughton, D.M.A. (1998) Information complexity criteria for regression models. Comp. Stat. & Data Analysis 28: 51-76.

See Also

AIC and BIC in stats, AICc